f242b2
@@ -129,7 +129,7 @@
private void checkShutdown() throws HiveException {
    * Cleans up remaining tasks in case of failure
    */
   public synchronized void shutdown() {
-    LOG.warn("Shutting down query " + ctx.getCmd());
+    LOG.debug("Shutting down query " + ctx.getCmd());
     shutdown = true;
     for (TaskRunner runner : running) {
       if (runner.isRunning()) {
